home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -in_the_mag- / reader_requests / scilab / man / man-part1 / cat4 / projsl.4 < prev    next >
Text File  |  1999-09-16  |  717b  |  67 lines

  1.  
  2.  
  3.  
  4. projsl(1)                      Scilab Function                      projsl(1)
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. NAME
  12.   projsl - linear system projection
  13.  
  14. CALLING SEQUENCE
  15.   [slp]=projsl(sl,Q,M)
  16.  
  17. PARAMETERS
  18.  
  19.   sl,slp         : syslin lists
  20.  
  21.   Q,M            : matrices (projection factorization)
  22.  
  23. DESCRIPTION
  24.   slp= projected model of sl where Q*M is the full rank factorization of the
  25.   projection.
  26.  
  27.   If (A,B,C,D) is the representation of sl, the projected model is given by
  28.   (M*A*Q,M*B,C*Q,D).
  29.  
  30.   Usually, the projection Q*M is obtained as the spectral projection of an
  31.   appropriate auxiliary matrix W e.g. W = product of (weighted) gramians or
  32.   product of Riccati equations.
  33.  
  34. SEE ALSO
  35.   pbig
  36.  
  37. AUTHOR
  38.   F. D.
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.